serial: ns16550: Rename serial.c to serial_ns16550.c
authorMarek Vasut <[email protected]>
Sat, 29 Sep 2012 16:12:47 +0000 (18:12 +0200)
committerTom Rini <[email protected]>
Mon, 15 Oct 2012 18:53:58 +0000 (11:53 -0700)
commit19b8fa0b61afbb46fc7429b9a2514e10b3297738
tree966d979ebf34955622a4f325c13fa599c167ff2b
parentf2041388bd17a771f04030c39ec8b21caa2588dd
serial: ns16550: Rename serial.c to serial_ns16550.c

This serial driver had wrong name of the source file for some time
now. The name of the driver was serial.c instead of any more logical
and fitting name. Thus, rename the driver source file to serial_ns16550.c
and be done with it.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Mike Frysinger <[email protected]>
Cc: Michal Simek <[email protected]>
drivers/serial/Makefile
drivers/serial/serial.c [deleted file]
drivers/serial/serial_ns16550.c [new file with mode: 0644]